net/http.readTrackingBody.didRead (field)

4 uses

	net/http (current package)
		transfer.go#L434: 		r.didRead = true
		transport.go#L763: 	didRead  bool // not atomic.Bool because only one goroutine (the user's) should be accessing
		transport.go#L768: 	r.didRead = true
		transport.go#L797: 	if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose.Load()) {